Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    x - 0  → x
2:    0 - s(y)  → 0
3:    s(x) - s(y)  → x - y
4:    f(0)  → 0
5:    f(s(x))  → s(x) - g(f(x))
6:    g(0)  → s(0)
7:    g(s(x))  → s(x) - f(g(x))
There are 7 dependency pairs:
8:    s(x) -# s(y)  → x -# y
9:    F(s(x))  → s(x) -# g(f(x))
10:    F(s(x))  → G(f(x))
11:    F(s(x))  → F(x)
12:    G(s(x))  → s(x) -# f(g(x))
13:    G(s(x))  → F(g(x))
14:    G(s(x))  → G(x)
The approximated dependency graph contains 2 SCCs: {8} and {10,11,13,14}.
Tyrolean Termination Tool  (0.04 seconds)   ---  May 3, 2006